home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00112.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  282 b   |  16 lines

  1. on dropsounds
  2.   global wait, drums, drumonly
  3.   redraw()
  4.   set wait to 1
  5.   if soundBusy(1) = 0 then
  6.     nothing()
  7.   else
  8.     puppetSound(2, 0)
  9.     puppetSound(3, 0)
  10.     puppetSound(4, 0)
  11.     set drums to 1
  12.     set drumonly to 1
  13.   end if
  14.   put "strip overlays" into field "debug"
  15. end
  16.